github.com/gotd/td/pool.DC.log (field)
16 uses
github.com/gotd/td/pool (current package)
pool.go#L24: log log.Helper // immutable
pool.go#L60: log: log.For(opts.Logger),
pool.go#L120: c.log.Debug(ctx, "Connection died",
pool.go#L148: c.log.Debug(ctx, "Transfer connection to requester", log.Int64("conn_id", r.id))
pool.go#L151: c.log.Debug(ctx, "Connection released", log.Int64("conn_id", r.id))
pool.go#L169: c.log.Debug(ctx, "Re-using free connection", log.Int64("conn_id", r.id))
pool.go#L180: c.log.Debug(ctx, "Creating new connection",
pool.go#L200: c.log.Debug(ctx, "Waiting for free connect", log.Int64("request_id", int64(key)))
pool.go#L204: c.log.Debug(ctx, "Got connection for request",
pool.go#L210: c.log.Debug(ctx, "Some connection dead, try to create new connection, cancel waiting")
pool.go#L256: c.log.Debug(ctx, "DC Invoke")
pool.go#L265: c.log.Debug(ctx, "DC Invoke failed on dead connection, retrying",
pool.go#L273: c.log.Debug(ctx, "DC Invoke failed", log.Error(err))
pool.go#L277: c.log.Debug(ctx, "DC Invoke complete")
pool.go#L289: c.log.Debug(ctx, "Closing DC")
pool.go#L290: defer c.log.Debug(ctx, "DC closed")
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |